ComponentOne Xamarin.Android
Item Property (C1DelegateList<T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1DelegateList<T> Class : Item Property
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As T
'Usage
 
Dim instance As C1DelegateList(Of T)
Dim index As Integer
Dim value As T
 
value = instance.Item(index)
public T this[ 
   int index
]; {get;}

Parameters

index
See Also

Reference

C1DelegateList<T> Class
C1DelegateList<T> Members